summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-01-25 20:52:46 +0100
committerJan Beich <jbeich@FreeBSD.org>2023-01-25 20:52:56 +0100
commit20c7084892606153073e8312e7b8d88b58085f9f (patch)
treed5ac995e3c0249d088be013f2d6f059d73030acb
parentMerge pull request #9662 from abouvier/cmake-llvm (diff)
downloadyuzu-20c7084892606153073e8312e7b8d88b58085f9f.tar
yuzu-20c7084892606153073e8312e7b8d88b58085f9f.tar.gz
yuzu-20c7084892606153073e8312e7b8d88b58085f9f.tar.bz2
yuzu-20c7084892606153073e8312e7b8d88b58085f9f.tar.lz
yuzu-20c7084892606153073e8312e7b8d88b58085f9f.tar.xz
yuzu-20c7084892606153073e8312e7b8d88b58085f9f.tar.zst
yuzu-20c7084892606153073e8312e7b8d88b58085f9f.zip
-rw-r--r--src/input_common/drivers/joycon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/drivers/joycon.cpp b/src/input_common/drivers/joycon.cpp
index 7122093c6..40cda400d 100644
--- a/src/input_common/drivers/joycon.cpp
+++ b/src/input_common/drivers/joycon.cpp
@@ -4,6 +4,7 @@
#include <fmt/format.h>
#include "common/param_package.h"
+#include "common/polyfill_ranges.h"
#include "common/settings.h"
#include "common/thread.h"
#include "input_common/drivers/joycon.h"